home *** CD-ROM | disk | FTP | other *** search
/ Deep Throat Girls 3 / Deep Throat Girls 3.iso / mac / DTG3.DIR / 00133.ls < prev    next >
Encoding:
Text File  |  1995-08-04  |  255 b   |  13 lines

  1. on mouseUp
  2.   global returnMarker
  3.   set returnMarker to marker(0)
  4.   puppetSound("DBLCLICK")
  5.   puppetSprite(6, 1)
  6.   set the castNum of sprite 6 to 45
  7.   updateStage()
  8.   set the castNum of sprite 6 to 129
  9.   updateStage()
  10.   puppetSprite(6, 0)
  11.   go("EXIT")
  12. end
  13.